PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DActivationState Enumeration
In This Topic
    PDF3DActivationState Enumeration
    In This Topic
    Defines the supported states upon 3D annotation activation.
    Members
    MemberDescription
    INSTANTIATEDThe artwork is instantiated, but real-time script-driven animations are disabled.
    LIVEReal-time script-driven animations are enabled if present; if not, the artwork is instantiated.
    Inheritance Hierarchy

    java.lang.Object
       java.lang.Enum
          com.o2sol.pdf4java.annotations.a3d.PDF3DActivationState

    See Also